home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 5
/
CD-ROM Today - The Disc (Issue 5)(November 1994).ISO
/
mac
/
DHA demo
/
Don Norman Folder
/
The Library
/
The Library.rsrc
/
CSTR_12329_moveBlackCSTR
< prev
next >
Wrap
Text File
|
1994-09-21
|
518b
|
23 lines
global LgST
wait 20
get (last char of short name of target)
if mouse()="up" then
hide the target
IV "",it
doblacks
else
if LgST then put "mb2" into B
else put "mb1" into B
put top of bg btn B into Tp
put TP+height of target into TH
put bottom of bg btn B into Bm
put bottom of target-clickv() into offv
repeat until mouse()="up"
put mousev()+offv into MF
put min(MF,Bm) into hl
put min(MF,TH) into hh
if hh<TH then set top of target to Tp
else set bottom of target to hl
end repeat
IV (top of target&","&TH),it
end if